/***********************************************************************************
dwDCMapID : ID
x         : 起点坐标x值
y         : 起点坐标y值
Width     : 宽
Height    : 高
linewidth : 线粗
color     : 颜色
FillRect  : 是否填充
FillColor : 填充色
************************************************************************************/
BOOL DCMapDrawRect( DWORD dwDCMapID, int x, int y, int Width, int Height, int linewidth, DWORD color, BOOL FillRect, DWORD FillColor )